object FormConfigFiltrosContenido: TFormConfigFiltrosContenido Left = 466 Top = 380 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Definir filtros de contenidos Web' ClientHeight = 276 ClientWidth = 468 Color = 14215660 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PlaGroupBox1: TPlaGroupBox Left = 14 Top = 7 Width = 440 Height = 222 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = 13977088 TitleFont.Height = -11 TitleFont.Name = 'Tahoma' TitleFont.Style = [] Caption = 'Filtros de contenido Web' TabOrder = 0 object Image3: TImage Left = 10 Top = 22 Width = 32 Height = 33 Picture.Data = {} Transparent = True end object Label1: TLabel Left = 57 Top = 22 Width = 75 Height = 13 Caption = 'Filtros definidos:' Transparent = True end object ListaFiltros: TPlaListBox Left = 57 Top = 41 Width = 271 Height = 137 Sorted = True TabOrder = 0 OnClick = ListaFiltrosClick OnDblClick = ListaFiltrosDblClick end object BtnEliminar: TPlaButton Left = 340 Top = 98 Width = 88 Height = 21 Caption = 'Eliminar' Enabled = False TabOrder = 1 OnClick = BtnEliminarClick end object BtnNuevo: TPlaButton Left = 340 Top = 69 Width = 88 Height = 21 Caption = 'Nuevo...' TabOrder = 2 OnClick = BtnNuevoClick end object BtnEditar: TPlaButton Left = 340 Top = 127 Width = 88 Height = 21 Caption = 'Editar...' Enabled = False TabOrder = 3 OnClick = BtnEditarClick end object BtnImportar: TPlaButton Left = 162 Top = 190 Width = 97 Height = 21 Caption = 'Importar filtro...' TabOrder = 4 OnClick = BtnImportarClick end object BtnExportar: TPlaButton Left = 57 Top = 190 Width = 97 Height = 21 Caption = 'Exportar filtro...' Enabled = False TabOrder = 5 OnClick = BtnExportarClick end end object ButtonAceptar: TPlaButton Tag = 2200 Left = 300 Top = 244 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Aceptar' TabOrder = 1 Default = True ModalResult = 1 end object ButtonCancel: TPlaButton Tag = 2400 Left = 381 Top = 244 Width = 73 Height = 21 Anchors = [akRight, akBottom] Caption = '&Cancelar' TabOrder = 2 TabStop = False Cancel = True ModalResult = 2 end object SaveDialog1: TSaveDialog DefaultExt = 'flt' Filter = 'Filter files |*.flt' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist] Left = 406 Top = 192 end object OpenDialog1: TOpenDialog DefaultExt = 'flt' Filter = 'Filter files |*.flt' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 358 Top = 192 end end